home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q100 / 3 / 72.TXT < prev    next >
Text File  |  1993-11-02  |  4KB  |  89 lines

  1. DOCUMENT:Q100372  19-OCT-1993  [W_NT]
  2. TITLE   :Detecting Windows NT Serial Ports
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. WARNING: Using Registry Editor incorrectly can cause
  16.      serious, system-wide problems that may require you to
  17.      reinstall Windows NT to correct them. Microsoft cannot
  18.      guarantee that any problems resulting from the use of
  19.      Registry Editor can be solved. Use this tool at your own
  20.      risk.
  21.  
  22.  
  23. Windows NT manages serial (COM) ports somewhat differently from the
  24. way Windows 3.1 does. In Windows 3.1, you can observe and configure
  25. all the COM ports from Ports in Control Panel. In Windows NT, only
  26. unused COM ports are displayed in Control Panel. For example, if a
  27. mouse is connected to COM1, COM1 is not available in Control Panel,
  28. nor is it listed. To check a COM port and perform any trouble-shooting
  29. steps, you need to use Registry Editor.
  30.  
  31. Finding Serial Ports in Registry Editor
  32. ---------------------------------------
  33.  
  34. To determine what is using a COM port, from Registry Editor go to the
  35. following hive and subkey:
  36.  
  37.    \HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System
  38.    \MultifunctionAdapter\0\SerialController\...
  39.  
  40. Note: If you have an EISA type machine, MultifunctionAdapter will be
  41. EisaAdapter.
  42.  
  43. Each COM port is stored in one of the numbered subkeys. If you have
  44. two COM ports, COM1 and COM2, you would find them stored under 0 and
  45. 1, respectively.
  46.  
  47. If a mouse is using a COM port, you will find a PointerPeripheral
  48. subkey under the serial ports subkey. For example: If you have a mouse
  49. on COM1, you would see the following:
  50.  
  51.    ...\SerialController\0\PointerPeripheral
  52.  
  53. If PointerPeripheral is absent, then the serial port is in use by some
  54. other device.
  55.  
  56. Additional Differences in Windows NT Control Panel
  57. --------------------------------------------------
  58.  
  59. You might notice an additional difference in Windows NT Control Panel.
  60. If you select a COM port, choose Settings, and then choose Advanced,
  61. the following message may be displayed in a dialog box:
  62.  
  63.    There are no user configurable Advanced I/O parameters for this
  64.    COM port.
  65.  
  66. This means that Windows NT has obtained all the information it needs
  67. for the port from NTDETECT.COM (or OSLOADER.EXE on RISC-based
  68. computers). This ensures that redundant or incorrect information is
  69. not entered.
  70.  
  71. Additional reference words: 3.10 winnt
  72. KBCategory:
  73. KBSubCategory: HRDWR
  74.  
  75. =============================================================================
  76.  
  77. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  78. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  79. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  80. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  81. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  82. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  83. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  84. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  85. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  86. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  87. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  88.  
  89. Copyright Microsoft Corporation 1993.